home *** CD-ROM | disk | FTP | other *** search
-
- /* srgp_output.c */
- point SRGP_defPoint(int, int);
- rectangle SRGP_defRectangle(int, int, int, int);
- void SRGP_beep(void);
- void SRGP_pointCoord(int, int);
- void SRGP_point(point);
- void SRGP_polyPoint(int, point *);
- void SRGP_polyPointCoord(int, int *, int *);
- void SRGP_markerCoord(int, int);
- void SRGP_marker(point);
- void SRGP_polyMarker(int, point *);
- void SRGP_polyMarkerCoord(int, int *, int *);
- void SRGP_lineCoord(int, int, int, int);
- void SRGP_line(point, point);
- void SRGP_rectangleCoord(int, int, int, int);
- void SRGP_rectangle(rectangle);
- void SRGP_rectanglePt(point, point);
- void SRGP_polyLine(int, point *);
- void SRGP_polyLineCoord(int, int *, int *);
- void SRGP_polygon(int, point *);
- void SRGP_polygonCoord(int, int *, int *);
- void SRGP_fillRectangleCoord(int, int, int, int);
- void SRGP_fillRectangle(rectangle);
- void SRGP_fillRectanglePt(point, point);
- void SRGP_fillPolygon(int, point *);
- void SRGP_fillPolygonCoord(int, int *, int *);
- int ComputeXangles(double, double);
- void SRGP_ellipseArc(rectangle, double, double);
- void SRGP_ellipse(rectangle);
- void SRGP_fillEllipseArc(rectangle, double, double);
- void SRGP_fillEllipse(rectangle);
- void SRGP_text(point, char *);
-